home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
051-075
/
054
/
ispell
/
makefile
< prev
next >
Wrap
Makefile
|
1995-03-13
|
461b
|
24 lines
# -*- Mode: Text -*-
CFLAGS = -dAMIGA -dLATTICE
OBJ = ispell.o term.o good.o lookup.o hash.o tree.o stat.o access.o
CC = dh0:lattice/c/lc
LD = dh0:lattice/c/blink
.c.o:
$(CC) $(CFLAGS) -o$@ $*.c
all: buildhash ispell ispell.hash
ispell.hash: buildhash dict.191
buildhash
buildhash: buildhash.o hash.o stat.o
$(LD) with buildhash.lnk
ispell: $(OBJ)
$(LD) with ispell.lnk
$(OBJ) : ispell.h stat.h types.h
buildhash.o : ispell.h stat.h types.h